home *** CD-ROM | disk | FTP | other *** search
/ Developer Helper 1: Phil & Dave's Excellent CD / Excellent CD HFS.raw / Moof / Goodies / DTS Goodies / Obfuscated_C / 1984 / mullender.hint < prev    next >
Text File  |  1989-04-13  |  1KB  |  26 lines

  1. The Grand Prize: <vu44!{sjoerd,cogito}> Sjoerd Mullender & Robbert van Renesse
  2.  
  3. Without question, this C program is the most obfuscated C program that
  4. has ever been received!  Like all great contest entries, they result
  5. in a change of rules for the following year.  To prevent a flood of
  6. similar programs, we requested that programs be non machine specific.
  7.  
  8. This program was selected for the 1987 t-shirt collection.
  9.  
  10. NOTE: If your machine is not a Vax-11 or pdp-11, this program will
  11.       not execute correctly.  In later years, machine dependent
  12.       code was discouraged.
  13.  
  14. The C startup routine (via crt0.o) transfers control to a location
  15. named main.  In this case, main just happens to be in the data area.
  16. The array of shorts, which has been further obfuscated by use of
  17. different data types, just happens to form a meaningful set of PDP-11
  18. and Vax instructions.  The first word is a PDP-11 branch instruction
  19. that branches to the rest of the PDP code.  On the Vax main is called with
  20. the calls instruction which uses the first word of the subroutine as a
  21. mask of registers to be saved.  So on the Vax the first word can be anything.
  22. The real Vax code starts with the second word.  This small program
  23. makes direct calls to the write() Unix system call to produce a
  24. message on the screen.  Can you guess what is printed?  We knew you
  25. couldn't!  :-)
  26.